CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - MSE filter

搜索资源列表

  1. farrow filter

    0下载:
  2. A design method was introd uced to efficiently implement an interpolator by Farrow structure,which can be used in an all—digital timing recovery scheme.An algorithm was presented to calculate the interpolator coefficients of Farrow structure and min
  3. 所属分类:源码下载

    • 发布日期:2010-11-08
    • 文件大小:58619
    • 提供者:xiaohumama
  1. da2

    0下载:
  2. FIR_A=[1 1 2] FIR_B=[2 1 1] function [w_out mse_out ref_out] = LMS(FIR_A,FIR_B,1,wave=square) [w mse ref res iter] = LMS(FIR_A,FIR_B,L,wave) LMS filter to solve the system identification problem represented below: ---------- ------
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-04
    • 文件大小:1930
    • 提供者:dasu
  1. GUI

    0下载:
  2. Median filter 3x3,Median filter 5x5, mean filter, wiener filter, PSNR, MSE -a simple gui for image noise removal
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:14708
    • 提供者:torto
  1. LMSAFFilter

    0下载:
  2. 在分析最小均方自适应滤波器(LMSAF)均方误差(MSE)的收敛性时,文献常用统计自相关矩阵代替瞬时自相关矩阵以简化分析,由此得出的收敛条件比较粗糙。本程序指出:不相关高斯输入情况下,无需如上简化,可依据高斯阶矩因式分解定理得到确切的MSE收敛条件,相应的失调表式能更准确地预报失调-In the analysis of LMS adaptive filter (LMSAF) the mean square error (MSE) convergence, the literature commo
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:7813
    • 提供者:王凤
  1. standardmedian

    0下载:
  2. 很有趣的中值去噪小程序,内附MSE值来评价去噪效果-standard median filter for de-noising
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:448613
    • 提供者:ZHOUYIFAN
  1. mse

    0下载:
  2. 针对数字通信系统中,由于码间串扰(ISI)和信道加性噪声的干扰,导致信号在接收端产生误码,设计了基于LMS算法的自适应均衡器(滤波器)。是一篇标准的毕业论文,有需要的朋友可以拿来做参考-Thesis for digital communications systems, crosstalk due to inter-symbol (ISI) and additive noise channel interference, leading to signals generated in the r
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2707
    • 提供者:张金锁
  1. FIR-Matrix

    1下载:
  2. file:mblms23.m-performs two by three source separation with multipath multichannel blind equalization with two sources and three sonsors by Russell H.Lambert 1995 Must use multichannel ISI as performance measure (instead of MSE, SIR) beca
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-12
    • 文件大小:2034
    • 提供者:juily
  1. kaerman

    0下载:
  2. 用MATLAB实现的卡尔曼滤波,根据有用信号和干扰噪声的统计特性(自相关函数或功率谱),以线性最小均方误差(MSE),能最大程度的滤除干扰噪声,提取有用信号。-Kalman filter using MATLAB, based on the statistical properties of the useful signal and interference noise (autocorrelation function or power spectrum), linear minimum m
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:517
    • 提供者:唐心
  1. LMS2

    0下载:
  2. LMS算法 两个正弦信号的LMS滤波 均方误差图 功率谱图-LMS algorithm Two sine signals of LMS filter Mean square error (mse) figure Power spectrum
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:826
    • 提供者:笑然
  1. mss_mmse_spzc

    0下载:
  2. In statistics and signal processing, a minimum mean square error (MMSE) estimator is an estimation method which minimizes the mean square error (MSE) of the fitted values of a dependent variable, which is a common measure of estimator quality. In the
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1521
    • 提供者:nagendra
  1. LMMSE

    0下载:
  2. In statistics and signal processing, a minimum mean square error (MMSE) estimator is an estimation method which minimizes the mean square error (MSE) of the fitted values of a dependent variable, which is a common measure of estimator quality. In the
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1403
    • 提供者:Said
  1. jansao_v28

    0下载:
  2. 最终的权值矩阵就是滤波器的系数,本程序的性能已经达到较高水平,最小均方误差等算法的MSE的计算。- The final weight matrix is ??the filter coefficient, The performance of the program has reached a high level, Minimum mean square error MSE calculation algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3729
    • 提供者:高西民
  1. fenpang_v47

    0下载:
  2. 高斯白噪声的生成程序,最小均方误差等算法的MSE的计算,多目标跟踪的粒子滤波器。- Gaussian white noise generator, Minimum mean square error MSE calculation algorithm, Multi-target tracking particle filter.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6791
    • 提供者:fanmiu
  1. fiefeng_v78

    0下载:
  2. 最小均方误差等算法的MSE的计算,各种kalman滤波器的设计,粒子图像分割及匹配均为自行编制的子例程。- Minimum mean square error MSE calculation algorithm, Various kalman filter design, Particle image segmentation and matching subroutines themselves are prepared.
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:5938
    • 提供者:vwihdq
  1. denoiser

    0下载:
  2. comparing several denoising methods of salt and pepper noise such as median filter, harmonic filter, morphological filter and uating PSNR and MSE and presenting a new method with the best result at the presence of up to 70 salt and pepper noise-compa
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:5495
    • 提供者:ali
  1. punfei_v43

    0下载:
  2. 包含了阵列信号处理的常见算法,最小均方误差等算法的MSE的计算,FIR 底通和带通滤波器和IIR 底通和带通滤波器。- Contains a common array signal processing algorithm, Minimum mean square error MSE calculation algorithm, Bottom-pass and band-pass FIR and IIR filter bottom pass and band-pass filter.
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:5132
    • 提供者:fanjailui
  1. fiujun_v18

    0下载:
  2. 窗函数法设计一个数字带通FIR滤波器,DSmT证据推理的组合公式计算函数,最小均方误差等算法的MSE的计算。- A window function design FIR digital band-pass filter, Combination formula DSmT evidence reasoning calculation function, Minimum mean square error MSE calculation algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:6576
    • 提供者:yiufuibaokou
  1. geifei

    0下载:
  2. FIR 底通和带通滤波器和IIR 底通和带通滤波器,包含优化类的几个简单示例程序,最小均方误差等算法的MSE的计算。- Bottom-pass and band-pass FIR and IIR filter bottom pass and band-pass filter, Optimization class contains several simple sample programs, Minimum mean square error MSE calculation algorithm
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:6559
    • 提供者:gyqwrddi
  1. sai_gm01

    0下载:
  2. 多目标跟踪的粒子滤波器,车牌识别定位程序的部分功能,最小均方误差等算法的MSE的计算。- Multi-target tracking particle filter, Part of the license plate recognition locator feature, Minimum mean square error MSE calculation algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:8291
    • 提供者:李海
  1. 6647

    0下载:
  2. 各种kalman滤波器的设计,最小均方误差等算法的MSE的计算,实现用SDRAM运行nios,同时用SRAM保存摄像头数据。- Various kalman filter design, Minimum mean square error MSE calculation algorithm, Implemented with SDRAM run nios, while saving camera data SRAM.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-17
    • 文件大小:5120
    • 提供者:邱中玲
搜珍网 www.dssz.com